home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000065_te@informatik.uni-hannover.de_Sat Dec 17 21:12:07 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  934b

  1. Received: from gauss ([130.75.240.95]) by cs.umb.edu with SMTP id AA23227
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 17 Dec 1994 21:12:07 -0500
  3. From: te@informatik.uni-hannover.de
  4. Message-Id: <m0rJB66-000PZdC@gauss>
  5. Date: Sun, 18 Dec 94 03:11 MET
  6. To: gildea@x.org, tex-k@cs.umb.edu
  7. Subject: Re: can't build TeX formats with TEXINPUTS set
  8.  
  9. >Another solution would be to have a token in the path that means
  10. >"insert default path here."  Xt (the X Toolkit) does this with the
  11. >"%D" escape.  See http://www.x.org/consortium/R6doc/man/Xt/XtResolvePathname
  12.  
  13. This is already implemented (RTFM!). An empty path component does the
  14. trick (i.e. a colon in the beginning or in the end, or a double colon
  15. in the middle).
  16.  
  17. Example:
  18.  
  19.     TEXINPUTS=:~/TeX// export TEXINPUTS
  20.  
  21.     The empty component expands to the default path,
  22.     the tilde expands to your HOME-directory,
  23.     the // specifies to search all subdirectories
  24.  
  25. Thomas